pgColumnLabels
Type
property
Summary
Specifies the text to show on top of columns.
Syntax
set the pgColumnLabels of widget to <CommaDelimitedList>
get the pgColumnLabels of widget
Description
Use pgColumnLabels to get or set the column labels, the value of this property is a comma delimited list in which item corresponds to the label of the column on that position. Note that columns can have a name and a different label.
Examples
set the pgColumnLabels of widget "PolyGrid" to "Product,Icon,Description"